Search results for "class::c3::xs"

Class::C3::XS - XS speedups for Class::C3 River stage one • 1 direct dependent • 1 total dependent

This contains XS performance enhancers for Class::C3 version 0.16 and higher. The main Class::C3 package will use this package automatically if it can find it. Do not use this package directly, use Class::C3 instead. The test suite here is not comple...

ETHER/Class-C3-XS-0.15 - 09 Apr 2020 02:11:18 UTC - Search in distribution

Class::C3 - A pragma to use the C3 method resolution order algorithm River stage three • 35 direct dependents • 509 total dependents

This is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order. NOTE: YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is integr...

HAARG/Class-C3-0.35 - 09 Nov 2020 06:21:05 UTC - Search in distribution

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

pl-examples - Perl One-Liner Examples River stage zero No dependents

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

Text::CSV_XS - comma-separated values manipulation routines River stage three • 112 direct dependents • 289 total dependents

Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a "CSV" string and parse a "CSV" string into fields. The module accepts either strings or...

HMBRAND/Text-CSV_XS-1.54 - 18 Apr 2024 12:11:05 UTC - Search in distribution

Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring River stage two • 12 direct dependents • 19 total dependents

A module for number theory in Perl. This includes prime sieving, primality tests, primality proofs, integer factoring, counts / bounds / approximations for primes, nth primes, and twin primes, random prime generation, and much more. This module is th...

DANAJ/Math-Prime-Util-0.73 - 15 Nov 2018 18:56:14 UTC - Search in distribution

Convert::Binary::C - Binary Data Conversion using C Types River stage one • 4 direct dependents • 4 total dependents

Convert::Binary::C is a preprocessor and parser for C type definitions. It is highly configurable and supports arbitrarily complex data structures. Its object-oriented interface has "pack" and "unpack" methods that act as replacements for Perl's "pac...

MHX/Convert-Binary-C-0.84 - 23 Nov 2020 13:15:27 UTC - Search in distribution

Apache2::SSI - Apache2 Server Side Include River stage zero No dependents

Apache2::SSI implements Apache Server Side Include <https://httpd.apache.org/docs/current/en/howto/ssi.html>, a.k.a. SSI, within and outside of Apache2/mod_perl2 framework. Apache2::SSI is inspired from the original work of Apache::SSI with the main ...

JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC - Search in distribution

Spreadsheet::Read - Read the data from a spreadsheet River stage two • 15 direct dependents • 23 total dependents

Spreadsheet::Read tries to transparently read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning. For OpenOffice and/or LibreOffice this module uses Spreadsheet::...

HMBRAND/Spreadsheet-Read-0.90 - 13 Feb 2024 21:58:04 UTC - Search in distribution

next::XS - Replacement for next::method, performing very fast, and super::method (next-by-mro), with Perl and C++ interface. River stage two • 23 direct dependents • 30 total dependents

Perl's "next::method" is a powerful tool which is required if you want to use C3 method resolution order. However it is very slow (more than 10 times slower than "SUPER::subname"), so that if you actively use it, and your code is fast, it can become ...

SYBER/next-XS-1.0.7 - 20 Aug 2019 16:20:55 UTC - Search in distribution

DBIx::DataModel::Doc::Reference - General reference for DBIx::DataModel River stage one • 3 direct dependents • 3 total dependents

DAMI/DBIx-DataModel-3.11 - 28 Apr 2024 18:47:41 UTC - Search in distribution

Bundle::Theory - A bundle to install all of Theory's favorite modules River stage zero No dependents

This bundle contains all of Theory's most-used CPAN modules. These are essentials whenever he builds a new system....

DWHEELER/Bundle-Theory-1.08 - 19 Jun 2011 04:45:49 UTC - Search in distribution

DBIx::Class::Manual::Cookbook - Miscellaneous recipes River stage three • 342 direct dependents • 452 total dependents

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

MRO::Compat - mro::* interface compatibility for Perls < 5.9.5 River stage four • 172 direct dependents • 7480 total dependents

The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher. This module provides those interfaces for earlier versions of Perl (back to 5.6.0 anyways). It is a harmle...

HAARG/MRO-Compat-0.15 - 06 Jan 2022 15:22:06 UTC - Search in distribution

Bundle::FinalTest - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Bundle::FinalTest, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah....

MARSAB/Bundle-FinalTest - 02 Aug 2011 05:52:05 UTC - Search in distribution

DTA::CAB::WebServiceHowto - User documentation for DTA::CAB web-service River stage zero No dependents

This document describes the use of the DTA::CAB <http://odo.dwds.de/~jurish/software/dta-cab/> web-service accessible at <http://www.deutschestextarchiv.de/public/cab/> and its aliases <http://www.deutschestextarchiv.de/demo/cab/> and <http://www.deu...

MOOCOW/DTA-CAB-1.115 - 04 Mar 2021 13:08:08 UTC - Search in distribution

Bundle::FinalTest2 - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Bundle::FinalTest2, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited....

MARSAB/Bundle-FinalTest2 - 03 Aug 2011 05:10:02 UTC - Search in distribution

Class::MethodCache - Manipulate Perl's method resolution cache River stage one • 1 direct dependent • 1 total dependent

FLORA/Class-MethodCache-0.05 - 26 Mar 2011 10:24:41 UTC - Search in distribution

Class::C3::Adopt::NEXT - make NEXT suck less River stage one • 5 direct dependents • 6 total dependents

NEXT was a good solution a few years ago, but isn't any more. It's slow, and the order in which it re-dispatches methods appears random at times. It also encourages bad programming practices, as you end up with code to re-dispatch methods when all yo...

ETHER/Class-C3-Adopt-NEXT-0.14 - 04 Jun 2015 00:59:02 UTC - Search in distribution

HTTP::Promise::Request - HTTP Request Class River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise::Request implements a similar interface to HTTP::Request, but does not inherit from it. It uses a different API internally and relies on XS modules for speed while offering more features. HTTP::Promise::Request inherits from HTTP::Promi...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC - Search in distribution
22 results (0.171 seconds)